home *** CD-ROM | disk | FTP | other *** search
/ PC Graphics Unleashed / PC Graphics Unleashed.iso / ch03 / read.me < prev    next >
Text File  |  1994-10-11  |  1KB  |  34 lines

  1.                     *** ADVANCED MORPHING ***
  2.                           All programs 
  3.              Copyright (C) by Scott Anderson, 1994
  4.  
  5. These programs can be compiled with any current version of 
  6. Microsoft C or C++.
  7.  
  8. There are two PCX files for you to experiment with: WOMAN.PCX and 
  9. LEOPARD.PCX.  They each have a set of control lines already defined
  10. in the .LN1 and .LN2 files.  The MORPH program will recognize these
  11. files and ask you if you want to use them.  If you do, it will then
  12. give you a chance to edit them.  If you plan on changing them, you
  13. might want to rename the originals before wiping them out.
  14.  
  15. You can morph the woman into the leopard with the command:
  16.  
  17. MORPH WOMAN LEOPARD 3 WL
  18. This reads the two .PCX files and their associated .LN1 files and 
  19. produces a 3-step morph.  It saves the result in the files WL1.PCX,
  20. WL2.PCX and    WL3.PCX.  Then you need to fix the palettes by typing:
  21.  
  22. FIX WL WLFIX
  23. This takes the WL sequence, corrects the palettes, then outputs the
  24. new sequence as WLFIX1.PCX, WLFIX2.PCX andWLFIX3.PCX.  You can play 
  25. back the sequence by typing:
  26.  
  27. LOAD WLFIX
  28. This loads the sequence and displays it as an animation.  To single
  29. frame through the sequence, use the space bar. 
  30.  
  31. The programs here will demonstrate the most important aspects of 
  32. morphing.  For more information, programs, pictures and source code,
  33. see the book "Morphing Magic" from Sams Publishing.
  34.